Stub

Local-side IPC implementation stub class.

Constructors

Link copied to clipboard
constructor()
Construct the stub at attach it to the interface.

Properties

Link copied to clipboard
val DUMP_TRANSACTION: Int = 1598311760
Link copied to clipboard
Link copied to clipboard
val FLAG_ONEWAY: Int = 1
Link copied to clipboard
val INTERFACE_TRANSACTION: Int = 1598968902
Link copied to clipboard
val LAST_CALL_TRANSACTION: Int = 16777215
Link copied to clipboard
val LIKE_TRANSACTION: Int = 1598835019
Link copied to clipboard
val PING_TRANSACTION: Int = 1599098439
Link copied to clipboard
val TWEET_TRANSACTION: Int = 1599362900

Functions

Link copied to clipboard
open fun asBinder(): IBinder
Link copied to clipboard
Cast an IBinder object into an com.worldline.smartposapi.core.aidl.chipcardreader.IChipCardReaderService interface, generating a proxy if needed.
Link copied to clipboard
open fun attachInterface(owner: IInterface, descriptor: String)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract fun closeCardReader()
Closes the card reader.
Link copied to clipboard
open fun dump(fd: FileDescriptor, args: Array<String>)
Link copied to clipboard
open fun dumpAsync(fd: FileDescriptor, args: Array<String>)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun linkToDeath(recipient: IBinder.DeathRecipient, flags: Int)
Link copied to clipboard
open fun onTransact(code: Int, data: Parcel, reply: Parcel, flags: Int): Boolean
Link copied to clipboard
abstract fun openCardReader(timeout: Long): CardOpenResult
This method will block until a card is inserted into the default card reader.
Link copied to clipboard
open fun pingBinder(): Boolean
Link copied to clipboard
open fun queryLocalInterface(descriptor: String): IInterface
Link copied to clipboard
abstract fun readEidData(isoCountryCode: String): CardReadResult
Link copied to clipboard
abstract fun readUID(): CardReadResult
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract fun sendAPDU(apdu: Array<Byte>, bufferSize: Int, closeAfterResponse: Boolean): ApduResponse
Sends an APDU command to the card and returns the response.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun transact(code: Int, data: Parcel, reply: Parcel, flags: Int): Boolean
Link copied to clipboard
open fun unlinkToDeath(recipient: IBinder.DeathRecipient, flags: Int): Boolean